BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeChangeWFState event

This event occurs when the user selects to change the document workflow state.

Syntax

Private Sub AMUIExtension_BeforeChangeWFState(
          ByVal CurrentObject As Object,
          ByVal Source As AMEDM.DWF_STATES,
          ByVal Target As AMEDM.DWF_STATES,
          Comment As String,
          Person As String,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document object (AMDocument object).

Source

The current state of the document.

Target

The new state of the document.

Comment

This string will be added to the document log.

Person

The user name of the To Do person in the next state.

Abort

Setting this argument to True will abort the operation. The AfterChangeWFState event will not occur.

Remarks

The equivalent VBScript event is the ChangeWFState script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.

Copyright © 2000-2013 BlueCielo ECM Solutions